composer.lock

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "05812340814cdf43b74d85261a64e42b",
    "packages": [],
    "packages-dev": [
        {
            "name": "taeluf/cli",
            "version": "v0.1.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/cli.git",
                "reference": "ad54fabde41d2a7f301e24128bdd6407de2bfd52"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fcli/repository/archive.zip?sha=ad54fabde41d2a7f301e24128bdd6407de2bfd52",
                "reference": "ad54fabde41d2a7f301e24128bdd6407de2bfd52",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.5.x-dev"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "files": [],
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "support": {
                "issues": "https://gitlab.com/taeluf/php/cli/-/issues",
                "source": "https://gitlab.com/taeluf/php/cli/-/tree/v0.1"
            },
            "time": "2021-12-03T20:20:44+00:00"
        },
        {
            "name": "taeluf/code-scrawl",
            "version": "v0.7.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/CodeScrawl.git",
                "reference": "840eae3bf1f3840e4b8f48bb7054983bb197f79c"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2FCodeScrawl/repository/archive.zip?sha=840eae3bf1f3840e4b8f48bb7054983bb197f79c",
                "reference": "840eae3bf1f3840e4b8f48bb7054983bb197f79c",
                "shasum": ""
            },
            "require": {
                "taeluf/better-regex": "v0.4.x-dev",
                "taeluf/cli": "v0.1.x-dev",
                "taeluf/lexer": "v0.7.x-dev"
            },
            "require-dev": {
                "taeluf/tester": "v0.3.x-dev"
            },
            "bin": [
                "bin/scrawl"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A documentation generation framework with some built-in extensions for exporting comments and code, and importing into markdown. ",
            "support": {
                "issues": "https://gitlab.com/taeluf/php/CodeScrawl/-/issues",
                "source": "https://gitlab.com/taeluf/php/CodeScrawl/-/tree/v0.7"
            },
            "time": "2022-02-10T17:48:58+00:00"
        },
        {
            "name": "taeluf/lexer",
            "version": "v0.7.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/lexer.git",
                "reference": "f542bc987c28e075d8bd4f5363db54aa962f11f8"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Flexer/repository/archive.zip?sha=f542bc987c28e075d8bd4f5363db54aa962f11f8",
                "reference": "f542bc987c28e075d8bd4f5363db54aa962f11f8",
                "shasum": ""
            },
            "require-dev": {
                "taeluf/tester": "v0.3.x-dev"
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "code"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A declarative lexer seamlessly hooking into php functions, building ASTs for multiple languages.",
            "support": {
                "issues": "https://gitlab.com/taeluf/php/lexer/-/issues",
                "source": "https://gitlab.com/taeluf/php/lexer/-/tree/v0.7"
            },
            "time": "2022-01-28T22:13:29+00:00"
        },
        {
            "name": "taeluf/tester",
            "version": "v0.3.x-dev",
            "source": {
                "type": "git",
                "url": "https://gitlab.com/taeluf/php/php-tests.git",
                "reference": "8fe649f3c6a2830e745b38ec1f608486e153f8ca"
            },
            "dist": {
                "type": "zip",
                "url": "https://gitlab.com/api/v4/projects/taeluf%2Fphp%2Fphp-tests/repository/archive.zip?sha=8fe649f3c6a2830e745b38ec1f608486e153f8ca",
                "reference": "8fe649f3c6a2830e745b38ec1f608486e153f8ca",
                "shasum": ""
            },
            "require": {
                "taeluf/cli": "v0.1.x-dev"
            },
            "require-dev": {
                "taeluf/code-scrawl": "v0.6.x-dev"
            },
            "bin": [
                "code/phptest"
            ],
            "type": "library",
            "autoload": {
                "classmap": [
                    "code/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "A unit testing library for Php.",
            "support": {
                "issues": "https://gitlab.com/taeluf/php/php-tests/-/issues",
                "source": "https://gitlab.com/taeluf/php/php-tests/-/tree/v0.3"
            },
            "time": "2022-02-03T19:27:30+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "dev",
    "stability-flags": {
        "taeluf/code-scrawl": 20,
        "taeluf/tester": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "plugin-api-version": "2.1.0"
}